Advertisement
Sc2ad

DustGeneratorSettings

Jan 15th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. // Token: 0x02000003 RID: 3
  2. .class public auto ansi beforefieldinit DustGenerator_Mod.DustGeneratorSettings
  3. extends [DustDevilFramework]DustDevilFramework.ModSettings
  4. {
  5. // Fields
  6. // Token: 0x04000002 RID: 2
  7. .field public float32 DustPerDoor
  8. .custom instance void [DustDevilFramework]DustDevilFramework.ModSettings/SettingsRange::.ctor(int32, int32) = (
  9. 01 00 00 00 00 00 64 00 00 00 00 00
  10. )
  11. // Token: 0x04000003 RID: 3
  12. .field public bool DustFromProducing
  13. // Token: 0x04000004 RID: 4
  14. .field public bool DustFromRoom
  15.  
  16. // Methods
  17. // Token: 0x06000007 RID: 7 RVA: 0x000022D5 File Offset: 0x000004D5
  18. .method public hidebysig specialname rtspecialname
  19. instance void .ctor (
  20. string name
  21. ) cil managed
  22. {
  23. // Header Size: 1 byte
  24. // Code Size: 35 (0x23) bytes
  25. .maxstack 8
  26.  
  27. /* 0x000004D6 02 */ IL_0000: ldarg.0
  28. /* 0x000004D7 2200002041 */ IL_0001: ldc.r4 10
  29. /* 0x000004DC 7D02000004 */ IL_0006: stfld float32 DustGenerator_Mod.DustGeneratorSettings::DustPerDoor
  30. /* 0x000004E1 02 */ IL_000B: ldarg.0
  31. /* 0x000004E2 17 */ IL_000C: ldc.i4.1
  32. /* 0x000004E3 7D03000004 */ IL_000D: stfld bool DustGenerator_Mod.DustGeneratorSettings::DustFromProducing
  33. /* 0x000004E8 02 */ IL_0012: ldarg.0
  34. /* 0x000004E9 16 */ IL_0013: ldc.i4.0
  35. /* 0x000004EA 7D04000004 */ IL_0014: stfld bool DustGenerator_Mod.DustGeneratorSettings::DustFromRoom
  36. /* 0x000004EF 02 */ IL_0019: ldarg.0
  37. /* 0x000004F0 03 */ IL_001A: ldarg.1
  38. /* 0x000004F1 282800000A */ IL_001B: call instance void [DustDevilFramework]DustDevilFramework.ModSettings::.ctor(string)
  39. /* 0x000004F6 00 */ IL_0020: nop
  40. /* 0x000004F7 00 */ IL_0021: nop
  41. /* 0x000004F8 2A */ IL_0022: ret
  42. } // end of method DustGeneratorSettings::.ctor
  43.  
  44. } // end of class DustGenerator_Mod.DustGeneratorSettings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement