10 lines
141 B
C#
10 lines
141 B
C#
|
|
using UnityEngine;
|
||
|
|
|
||
|
|
namespace Gameplay.Story.Cmp
|
||
|
|
{
|
||
|
|
public class CmpStoryPlayer: MonoBehaviour
|
||
|
|
{
|
||
|
|
public int playerId;
|
||
|
|
}
|
||
|
|
}
|