Renamed some funcs, and fleshed out a ton on man0l1. Various related things were also added.

This commit is contained in:
Filip Maj 2022-02-07 05:13:34 -05:00
parent 0ac53e23ad
commit 9f077190a3
20 changed files with 225 additions and 190 deletions

View file

@ -63,6 +63,7 @@ namespace Meteor.Map.actors
public class PushCircleEventCondition
{
public bool isEnabled = true;
public string conditionName = "";
public float radius = 30.0f;
public bool outwards = false;
@ -71,6 +72,7 @@ namespace Meteor.Map.actors
public class PushFanEventCondition
{
public bool isEnabled = true;
public string conditionName;
public float radius = 30.0f;
public bool outwards = false;
@ -79,6 +81,7 @@ namespace Meteor.Map.actors
public class PushBoxEventCondition
{
public bool isEnabled = true;
public uint bgObj;
public uint layout;
public string conditionName = "";