Modding:Mutations: Difference between revisions

178 bytes added ,  00:35, 17 August 2020
no edit summary
No edit summary
No edit summary
Line 89: Line 89:
   
   


Here's a full decompiled example of the [[Flaming Hands]] mutation from the game's source code.
Here's a full decompiled example of the [[Flaming Hands]] mutation from the game's source code. (Note that, because it's decompiled, some of the variables have very generic names, like <code>gameObject</code> instead of something more descriptive, like <code>target</code>)
<syntaxhighlight lang="csharp">
<syntaxhighlight lang="csharp">
using System;
using System;