9 lines
136 B
C#
9 lines
136 B
C#
using MedievalParty.Core;
|
|
|
|
namespace MedievalParty.Entity.Player
|
|
{
|
|
public class PlayerObject: EntityObject
|
|
{
|
|
|
|
}
|
|
} |