Exemplo n.º 1
0
 public void OnDeserializedMethod(StreamingContext context)
 {
     Idle?.WithPathPrefixOnce("sounds/");
     Equip?.WithPathPrefixOnce("sounds/");
     Unequip?.WithPathPrefixOnce("sounds/");
     Attack?.WithPathPrefixOnce("sounds/");
 }
Exemplo n.º 2
0
 public void OnDeserializedMethod(StreamingContext context)
 {
     Walk?.WithPathPrefixOnce("sounds/");
     Inside?.WithPathPrefixOnce("sounds/");
     Break?.WithPathPrefixOnce("sounds/");
     Place?.WithPathPrefixOnce("sounds/");
     Hit?.WithPathPrefixOnce("sounds/");
     Ambient?.WithPathPrefixOnce("sounds/");
 }