Home
last modified time | relevance | path

Searched refs:INotifyGameLoading (Results 1 – 3 of 3) sorted by relevance

/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/World/
H A DLoadWidgetAtGameStart.cs39 public class LoadWidgetAtGameStart : IWorldLoaded, INotifyGameLoading, INotifyGameLoaded
49 void INotifyGameLoading.GameLoading(World world) in INotifyGameLoading.GameLoading()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/
H A DWorld.cs293 foreach (var nsr in WorldActor.TraitsImplementing<INotifyGameLoading>()) in LoadComplete()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Traits/
H A DTraitsInterfaces.cs377 public interface INotifyGameLoading { void GameLoading(World w); } in GameLoading() interface