2025-11-27 12:19:48 -05:00

9 lines
136 B
C#

using MedievalParty.Core;
namespace MedievalParty.Entity.Player
{
public class PlayerObject: EntityObject
{
}
}