9 lines
92 B
C#
9 lines
92 B
C#
using Fantasy.Entitas;
|
|
|
|
namespace Fantasy;
|
|
|
|
public class GateComponent : Entity
|
|
{
|
|
|
|
}
|