C# Class fBaseXtensions.Cache.Internal.Objects.CacheServerObject

Used for all non-avoidance objects (Monsters, Gizmos, and Misc Objects)
Inheritance: CacheObstacle
Datei anzeigen Open project: herbfunk/Funky Class Usage Examples

Public Methods

Method Description
CacheServerObject ( CacheObject parent ) : System
RefreshObject ( ) : void

Method Details

CacheServerObject() public method

public CacheServerObject ( CacheObject parent ) : System
parent CacheObject
return System

RefreshObject() public method

public RefreshObject ( ) : void
return void