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