@@ -45,10 +45,10 @@ private struct ActorControlSelfFateUpdateOpcodes
4545 public readonly int remove ;
4646 public readonly int update ;
4747 } ;
48- private static readonly ActorControlSelfFateUpdateOpcodes acFateUpdate_v5_2 = new ActorControlSelfFateUpdateOpcodes (
48+ private static readonly ActorControlSelfFateUpdateOpcodes acFateUpdate_v6_2 = new ActorControlSelfFateUpdateOpcodes (
49+ 0x942 ,
4950 0x935 ,
50- 0x936 ,
51- 0x93E
51+ 0x93C
5252 ) ;
5353
5454 [ Serializable ]
@@ -75,10 +75,10 @@ public struct CEDirectorData
7575 private static SemaphoreSlim ceSemaphore ;
7676 private Dictionary < GameRegion , ActorControlSelfFateUpdateOpcodes > fateControlOpcodes
7777 = new Dictionary < GameRegion , ActorControlSelfFateUpdateOpcodes > ( ) {
78- { GameRegion . Korean , acFateUpdate_v5_2 } ,
79- { GameRegion . Chinese , acFateUpdate_v5_2 } ,
80- { GameRegion . TraditionalChinese , acFateUpdate_v5_2 } ,
81- { GameRegion . Global , acFateUpdate_v5_2 } ,
78+ { GameRegion . Korean , acFateUpdate_v6_2 } ,
79+ { GameRegion . Chinese , acFateUpdate_v6_2 } ,
80+ { GameRegion . TraditionalChinese , acFateUpdate_v6_2 } ,
81+ { GameRegion . Global , acFateUpdate_v6_2 } ,
8282 } ;
8383
8484 // fates<fateID, progress>
@@ -88,12 +88,6 @@ private Dictionary<GameRegion, ActorControlSelfFateUpdateOpcodes> fateControlOpc
8888 public event EventHandler < FateChangedArgs > OnFateChanged ;
8989 public event EventHandler < CEChangedArgs > OnCEChanged ;
9090
91- public int GetOffset ( Type type , string property )
92- {
93- var netHelper = container_ . Resolve < NetworkParser > ( ) ;
94- return netHelper . GetOffset ( type , property ) ;
95- }
96-
9791 public FateWatcher ( TinyIoCContainer container )
9892 {
9993 container_ = container ;
0 commit comments