📥Import sensations
You can easily import both .owo and .owoauth files generated by the Sensations Creator into your projects by opening the .owo file and copying their values.
Next, go over to your project and simply paste the string where needed:
// Using a .owo
auto sensation = Sensation.Parse("0~Ball~100,1,90,0,0,10,|0%100~impact-0");
You can use the .owoauth to add the created sensations into the gameauth:
// using a .owoauth
var auth = GameAuth.Parse("0~Ball~100,1,90,0,0,10,|0%100~impact-0")
Last updated