7 lines
107 B
C#
7 lines
107 B
C#
|
|
namespace Content.Server.GameObjects.Components.Observer
|
||
|
|
{
|
||
|
|
public interface IGhostOnMove
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|