22 lines
376 B
Lua
22 lines
376 B
Lua
|
---
|
||
|
--- Generated by EmmyLua(https://github.com/EmmyLua)
|
||
|
--- Created by HGX.
|
||
|
--- DateTime: 2024/3/18 15:11
|
||
|
---
|
||
|
|
||
|
SendRPCConfig = {};
|
||
|
|
||
|
---@class ESendRPCType
|
||
|
---@field MovingActors int32
|
||
|
|
||
|
SendRPCConfig.ERPCType = {
|
||
|
MovingActors = 1;
|
||
|
}
|
||
|
|
||
|
SendRPCConfig.SendConfig = {
|
||
|
[SendRPCConfig.ERPCType.MovingActors] = {
|
||
|
Func = function(InFuncName, InPlayerKey, Params, ...)
|
||
|
|
||
|
end
|
||
|
}
|
||
|
}
|