2025-08-09 19:26:11 +03:00

6 lines
101 B
C#

using Engine.Core;
namespace MyUniverse.Shared.Behaviours;
public interface IRotator : IBehaviour;