mirror of
				https://bitbucket.org/Ioncannon/project-meteor-server.git
				synced 2025-05-20 08:26:59 -04:00 
			
		
		
		
	Renamed some funcs, and fleshed out a ton on man0l1. Various related things were also added.
This commit is contained in:
		| @@ -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 = ""; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user