2025-08-05 21:41:25 +03:00

6 lines
101 B
C#

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