C# Class OurSonic.SonicLevels

Inheritance: System.Web.Services.WebService
Show file Open project: OurSonic/OurSonic

Public Methods

Method Description
SonicLevels ( ) : System

Private Methods

Method Description
SaveLevelInformation ( string name, string level ) : void
_getObjects ( string _objects ) : IEnumerable
getAllObjects ( ) : string[]
getLevel ( string level ) : string
getLevels ( ) : string[]
getObject ( string _object ) : string
getObjects ( string _objects ) : object
saveLevel ( string level ) : string
saveObject ( string name, string oldName, string obj ) : void

Method Details

SonicLevels() public method

public SonicLevels ( ) : System
return System