コード例 #1
0
ファイル: TimeControl.cs プロジェクト: evorios/BannerlordCoop
 public static void Init()
 {
     FieldChangeBuffer.Intercept(TimeControlMode, TimeControlPatch.Setters, Coop.DoSync);
 }
コード例 #2
0
 public static void Init()
 {
     FieldChangeBuffer.Intercept(Movement, MobilePartyPatch.Setters, Coop.DoSync);
 }