/// <summary> /// /// </summary> public AssetManager(AssetServer assetServer) { _assetServer = assetServer; }
public BackboneServers() { this.GridServer = new GridServer(); this.UserServer = new UserServer(); this.AssetServer = new AssetServer(); }
/// <summary> /// /// </summary> public AssetManager(AssetServer assetServer) { _assetServer=assetServer; }