Searched refs:channelSystem (Results 1 – 3 of 3) sorted by relevance
35 public ChannelSystem channelSystem; field in ObjectRegistry
136 BaseObject.sSystemRegistry.channelSystem = new ChannelSystem(); in bootstrap()137 BaseObject.sSystemRegistry.registerForReset(BaseObject.sSystemRegistry.channelSystem); in bootstrap()
3566 ChannelSystem channelSystem = BaseObject.sSystemRegistry.channelSystem;3567 surpriseChannel = channelSystem.registerChannel(sSurprisedNPCChannel);3741 ChannelSystem channelSystem = BaseObject.sSystemRegistry.channelSystem;3742 surpriseChannel = channelSystem.registerChannel(sSurprisedNPCChannel);4738 ChannelSystem channelSystem = BaseObject.sSystemRegistry.channelSystem;4741 doorChannel = channelSystem.registerChannel(sRedButtonChannel);4744 doorChannel = channelSystem.registerChannel(sBlueButtonChannel);4747 doorChannel = channelSystem.registerChannel(sGreenButtonChannel);4860 ChannelSystem channelSystem = BaseObject.sSystemRegistry.channelSystem;4863 buttonChannel = channelSystem.registerChannel(sRedButtonChannel);[all …]