mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 12:08:52 +00:00
remove initial state todo on socket since item handles that
This commit is contained in:
parent
b292569439
commit
93f66df201
@ -5,11 +5,6 @@ namespace QSB.ItemSync.WorldObjects.Sockets;
|
||||
|
||||
internal class QSBItemSocket : WorldObject<OWItemSocket>
|
||||
{
|
||||
public override void SendInitialState(uint to)
|
||||
{
|
||||
// todo SendInitialState
|
||||
}
|
||||
|
||||
public bool IsSocketOccupied() => AttachedObject.IsSocketOccupied();
|
||||
|
||||
public void PlaceIntoSocket(IQSBItem item)
|
||||
|
Loading…
Reference in New Issue
Block a user