Newer
Older
DungeonShooting / DungeonShooting_Godot / src / game / buff / RoleState.cs
@小李xl 小李xl on 25 Jun 2023 165 bytes 退出房间后释放对象

/// <summary>
/// 角色属性类
/// </summary>
public class RoleState
{
    /// <summary>
    /// 移动速度
    /// </summary>
    public float MoveSpeed;
}