8 lines
157 B
C#
8 lines
157 B
C#
namespace ET
|
|
{
|
|
[ComponentOf(typeof(Room))]
|
|
public class LSUnitViewComponent: Entity, IAwake, IDestroy
|
|
{
|
|
public EntityRef<LSUnitView> myUnitView;
|
|
}
|
|
} |