ZoFo/ZoFo/GameCore/GameObjects/Entities/Entity.cs
SergoDobro c84ecc3c9f Great Merge Completed (TODO: GUI recheck)
Code Refactoring (moving gameobjects between folders)
2024-08-16 01:35:21 +03:00

33 lines
540 B
C#

using System;
using System.Collections.Generic;
using System.Text;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
namespace ZoFo.GameCore.GameObjects.Entities
{
public abstract class Entity : GameObject
{
public int Id { get; set; }
public void CollisionComponent()
{
}
public void AnimationComponent()
{
}
public void UpdateLogic()
{
}
}
}
//вектор
//вилосити
//поситион
//текстура