mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-06 09:39:52 +00:00
6 lines
125 B
C#
6 lines
125 B
C#
|
using QSB.WorldSync;
|
|||
|
|
|||
|
namespace QSB.EchoesOfTheEye.Ghosts.WorldObjects;
|
|||
|
|
|||
|
public interface IGhostObject : IWorldObject { }
|