6 lines
101 B
C#
6 lines
101 B
C#
using Engine.Core;
|
|
|
|
namespace MyUniverse.Shared.Behaviours;
|
|
|
|
public interface IRotator : IBehaviour;
|