8 lines
86 B
C#
8 lines
86 B
C#
using Fantasy.Entitas;
|
|
|
|
namespace NB.Game;
|
|
|
|
public class Activity : Entity
|
|
{
|
|
|
|
} |