Changeset 96 for binary-improvements/assembly-patcher/Main.cs
- Timestamp:
- Jul 21, 2014, 8:49:29 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/assembly-patcher/Main.cs
r93 r96 33 33 34 34 addHook (type, "SavePlayerData", true, 2, true, typeof(PlayerDataStuff).GetMethod ("GM_SavePlayerData")); 35 addHook (type, "Awake", true, 0, true, typeof(CommandExtensions).GetMethod("InitCommandExtensions")); 35 36 } 36 37
Note:
See TracChangeset
for help on using the changeset viewer.