namespace QSB.WorldSync
{
public interface IWorldObject
int ObjectId { get; }
string Name { get; }
void OnRemoval();
object ReturnObject();
}