NLDClient-yudde/ProjectNLD/Assets/Code/Scripts/GameWrapper/CmpStoryPlayer.cs

10 lines
141 B
C#
Raw Normal View History

2023-10-19 15:00:19 +08:00
using UnityEngine;
namespace Gameplay.Story.Cmp
{
public class CmpStoryPlayer: MonoBehaviour
{
public int playerId;
}
}