mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-18 18:14:35 +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
|
||
|
}
|
||
|
}
|