8 lines
111 B
C#
8 lines
111 B
C#
namespace ET
|
|
{
|
|
|
|
[ComponentOf(typeof(Scene))]
|
|
public class UnitComponent: Entity, IAwake, IDestroy
|
|
{
|
|
}
|
|
} |