DragonECS-Unity/src/Templates/Component.cs.txt

11 lines
150 B
Plaintext
Raw Normal View History

2023-03-29 23:59:26 +08:00
using UnityEngine;
using DCFApixels.DragonECS;
namespace #NAMESPACE#
{
public struct #SCRIPTNAME#
{
// add your data here
}
}