12 lines
160 B
C#
12 lines
160 B
C#
|
|
using UnityEngine;
|
|||
|
|
|
|||
|
|
namespace Gameplay.Fight.FightStory.Cmp
|
|||
|
|
{
|
|||
|
|
public class CmpFightStory : MonoBehaviour
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
public string jsonName;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|