mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
Renamed some funcs, and fleshed out a ton on man0l1. Various related things were also added.
This commit is contained in:
parent
0ac53e23ad
commit
9f077190a3
20 changed files with 225 additions and 190 deletions
|
@ -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 = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue