C# Class invertika_game.TriggerArea

Inheritance: invertika_game.Game.Thing
Mostrar archivo Open project: Invertika/server

Public Methods

Method Description
TriggerArea ( MapComposite m, ISL.Server.Utilities.Rectangle r, TriggerAction ptr, bool once ) : System
update ( ) : void

Method Details

TriggerArea() public method

public TriggerArea ( MapComposite m, ISL.Server.Utilities.Rectangle r, TriggerAction ptr, bool once ) : System
m invertika_game.Game.MapComposite
r ISL.Server.Utilities.Rectangle
ptr TriggerAction
once bool
return System

update() public method

public update ( ) : void
return void