Remove Hotspot Start method.

This commit is contained in:
Vera Aguilera Puerto
2021-07-25 15:02:58 +02:00
parent 10af8efc0e
commit 8066eb196b
3 changed files with 4 additions and 8 deletions

View File

@@ -24,11 +24,5 @@ namespace Content.Server.Atmos
/// </summary>
[ViewVariables]
public byte State;
public void Start()
{
Valid = true;
State = 1;
}
}
}