mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-18 10:04:36 +08:00
11 lines
150 B
Plaintext
11 lines
150 B
Plaintext
using UnityEngine;
|
|
using DCFApixels.DragonECS;
|
|
|
|
namespace #NAMESPACE#
|
|
{
|
|
public struct #SCRIPTNAME#
|
|
{
|
|
// add your data here
|
|
}
|
|
}
|