7 lines
94 B
C#
7 lines
94 B
C#
using UnityEngine;
|
|
|
|
public class CoreDefProvider : MonoBehaviour
|
|
{
|
|
public CoreDef coreDef;
|
|
}
|