Merge branch 'master' of https://git.bobsong.cn/Game/Fishing2Server
# Conflicts: # Config/NetworkProtocol/Outer/data/MapProtoData.proto # Entity/Generate/NetworkProtocol/MapProtoData.cs # Entity/Generate/NetworkProtocol/OuterOpcode.cs
This commit is contained in:
@@ -233,6 +233,7 @@ namespace Fantasy
|
||||
Rotation = default;
|
||||
Direction = default;
|
||||
IsStop = default;
|
||||
IsRun = default;
|
||||
Timestamp = default;
|
||||
#if FANTASY_NET || FANTASY_UNITY
|
||||
GetScene().MessagePoolComponent.Return<Map2C_MoveNotify>(this);
|
||||
@@ -252,6 +253,8 @@ namespace Fantasy
|
||||
[ProtoMember(5)]
|
||||
public bool IsStop { get; set; }
|
||||
[ProtoMember(6)]
|
||||
public bool IsRun { get; set; }
|
||||
[ProtoMember(7)]
|
||||
public long Timestamp { get; set; }
|
||||
}
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user