mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-03-02 19:13:34 +00:00
bubba
This commit is contained in:
parent
6a81808bc0
commit
0c833c4f8c
@ -4,12 +4,6 @@ namespace QSB.TornadoSync.WorldObjects
|
||||
{
|
||||
public class QSBTornado : WorldObject<TornadoController>
|
||||
{
|
||||
public override void Init(TornadoController attachedObject, int id)
|
||||
{
|
||||
ObjectId = id;
|
||||
AttachedObject = attachedObject;
|
||||
}
|
||||
|
||||
public bool FormState
|
||||
{
|
||||
get => AttachedObject._tornadoRoot.activeSelf // forming or formed or collapsing
|
||||
|
Loading…
x
Reference in New Issue
Block a user