C# Class Xft.XWeaponTrail.ElementPool

Mostrar archivo Open project: LilTsubaki/Les-fragments-d-Erule

Public Methods

Method Description
ElementPool ( int preCount ) : System.Collections
Get ( ) : Element
Release ( Element element ) : void

Method Details

ElementPool() public method

public ElementPool ( int preCount ) : System.Collections
preCount int
return System.Collections

Get() public method

public Get ( ) : Element
return Element

Release() public method

public Release ( Element element ) : void
element Element
return void