C# Class GameFramework.Skill.Trigers.TargetManager

Mostrar archivo Open project: dreamanlan/CSharpGameFramework Class Usage Examples

Public Methods

Method Description
Add ( int targetId ) : void
Clear ( ) : void
Exist ( int targetId ) : bool

Method Details

Add() public method

public Add ( int targetId ) : void
targetId int
return void

Clear() public method

public Clear ( ) : void
return void

Exist() public method

public Exist ( int targetId ) : bool
targetId int
return bool