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

10 lines
141 B
C#

using UnityEngine;
namespace Gameplay.Story.Cmp
{
public class CmpStoryPlayer: MonoBehaviour
{
public int playerId;
}
}