修改移动控制

This commit is contained in:
2025-09-24 20:52:00 +08:00
parent bca1a817a0
commit e60822137f
2 changed files with 15 additions and 13 deletions

View File

@@ -163,6 +163,7 @@ namespace NBC
Rotation = default;
Direction = default;
IsStop = default;
IsRun = default;
Timestamp = default;
#if FANTASY_NET || FANTASY_UNITY
GetScene().MessagePoolComponent.Return<C2Map_Move>(this);
@@ -180,6 +181,8 @@ namespace NBC
[ProtoMember(4)]
public bool IsStop { get; set; }
[ProtoMember(5)]
public bool IsRun { get; set; }
[ProtoMember(6)]
public long Timestamp { get; set; }
}
[ProtoContract]