C# Class OpenRA.Mods.Common.Traits.StartGameNotification

Inheritance: IWorldLoaded
显示文件 Open project: pchote/OpenRA

Public Methods

Method Description
StartGameNotification ( StartGameNotificationInfo info ) : OpenRA.Graphics
WorldLoaded ( World world, WorldRenderer wr ) : void

Method Details

StartGameNotification() public method

public StartGameNotification ( StartGameNotificationInfo info ) : OpenRA.Graphics
info StartGameNotificationInfo
return OpenRA.Graphics

WorldLoaded() public method

public WorldLoaded ( World world, WorldRenderer wr ) : void
world World
wr OpenRA.Graphics.WorldRenderer
return void