7 lines
102 B
C#
7 lines
102 B
C#
using System;
|
|
|
|
namespace ZoFo.GameCore.GameObjects;
|
|
public class LivingEntity : Entity
|
|
{
|
|
|
|
}
|