SYMBOL INDEX (11 symbols across 2 files) FILE: OpenRA.Mods.Example/Rendering/ColorPickerColorShift.cs class ColorPickerColorShiftInfo (line 19) | [TraitLocation(SystemActors.World | SystemActors.EditorWorld)] method Create (line 43) | public override object Create(ActorInitializer init) { return new Colo... class ColorPickerColorShift (line 46) | public class ColorPickerColorShift : ILoadsPalettes, ITickRender method ColorPickerColorShift (line 52) | public ColorPickerColorShift(ColorPickerColorShiftInfo info) method LoadPalettes (line 62) | void ILoadsPalettes.LoadPalettes(WorldRenderer worldRenderer) method TickRender (line 77) | void ITickRender.TickRender(WorldRenderer worldRenderer, Actor self) FILE: OpenRA.Mods.Example/Rendering/PlayerColorShift.cs class PlayerColorShiftInfo (line 18) | [TraitLocation(SystemActors.World | SystemActors.EditorWorld)] method Create (line 42) | public override object Create(ActorInitializer init) { return new Play... class PlayerColorShift (line 45) | public class PlayerColorShift : ILoadsPlayerPalettes method PlayerColorShift (line 49) | public PlayerColorShift(PlayerColorShiftInfo info) method LoadPlayerPalettes (line 54) | void ILoadsPlayerPalettes.LoadPlayerPalettes(WorldRenderer worldRender...