Example #1
0
 public void OnDeserializedMethod(StreamingContext context)
 {
     Walk?.WithPathPrefixOnce("sounds/");
     Inside?.WithPathPrefixOnce("sounds/");
     Break?.WithPathPrefixOnce("sounds/");
     Place?.WithPathPrefixOnce("sounds/");
     Hit?.WithPathPrefixOnce("sounds/");
     Ambient?.WithPathPrefixOnce("sounds/");
 }