mirror of
http://47.107.252.169:3000/Roguelite-Game-Developing-Team/Gen_Hack-and-Slash-Roguelite.git
synced 2025-11-19 21:57:12 +08:00
10 lines
137 B
C#
10 lines
137 B
C#
|
|
namespace Entity
|
||
|
|
{
|
||
|
|
public class BuildingBase:Entity
|
||
|
|
{
|
||
|
|
public override void TryMove()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|