mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-04 21:39:49 +00:00
8 lines
92 B
C#
8 lines
92 B
C#
|
namespace QSB.WorldSync
|
|||
|
{
|
|||
|
public interface IWorldObject
|
|||
|
{
|
|||
|
int ObjectId { get; }
|
|||
|
}
|
|||
|
}
|