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

8 lines
97 B
C#

using System;
namespace ZoFo.GameCore.GameObjects.StopObjects;
public class StopObject
{
}