ZoFo/ZoFo/GameCore/GameObjects/Player/Player.cs
2024-08-15 17:24:25 +03:00

7 lines
102 B
C#

using System;
namespace ZoFo.GameCore.GameObjects;
public class Player : LivingEntity
{
}