Modding:Adding Code to the Player: Difference between revisions

m
add required using references
m (Egocarib moved page Modding:Adding Code to the Player to Modding: Adding Code to the Player: match formatting of other modding page titles)
m (add required using references)
Line 6: Line 6:


<syntaxhighlight lang="csharp">
<syntaxhighlight lang="csharp">
  using XRL;
  using XRL.World;
 
   [PlayerMutator]
   [PlayerMutator]
   public class MyPlayerMutator : IPlayerMutator
   public class MyPlayerMutator : IPlayerMutator