Some information about obfuscated class names.
I have spend a good few hours trying to understand what the classes in the game are doing. Here is some of what I have learned so far. The color codes correspond to dnspy colors. Green is a class, orange is a method and purple is a field.
Class DF116_c6b0f8e574a21dc183d6ef2881c18e6bf9a8a0a0:
Deals with search boxes. It deals with the creation of search boxes for looting.
Methods in class DF116_c6b0f8e574a21dc183d6ef2881c18e6bf9a8a0a0:
When the function DF116_373a92daffa087b51b0701fca127f075486c292f(true, true); pops up with nothing found.
DF116_373a92daffa087b51b0701fca127f075486c292f(true, false); gives found nothing messages too.
DF116_373a92daffa087b51b0701fca127f075486c292f(false, true); gives Null pointer error.
DF116_373a92daffa087b51b0701fca127f075486c292f(true); Nothing I can use.
DF116_373a92daffa087b51b0701fca127f075486c292f(true); gives a NullPointer Error
Class DFHUD:
This class deals with player hud of dead frontier.
Methods in class DFHUD:
DFHUD.DF116_d776a8b381cabf72d53e5f209b855bbb8d27fa7f(DF116_c1c2a3ce805a117a7936e41098355638a842d791.DF116_69e5be1cb6cde9a60aa6cab4b43d2da0e757627af(), 2); is used in DF116_373a92daffa087b51b0701fca127f075486c292f for randomly selecting which nothing found msg to display.
DFHUD.DF116_d776a8b381cabf72d53e5f209b855bbb8d27fa7f("Hello I am cool", 2); Prints the msg Hello I am Cool to the screen.
Class Detonator:
Is used to make visual explosion effects.
Class DF116_1484536d73fc5d68c45e0bd88a64ed25d61801c9:
Directly related to the player.
DF116_1484536d73fc5d68c45e0bd88a64ed25d61801c9.expOn = false; disables the player exp.
Class DF116_160b5094479abb5af60cf179aaf1d105619818eb:
Possibly the weather system.
SmartFox Classes:
Smartfox which is an mmo unity plugin that connects to the server. SFSMultiplayer and SmartFoxHandler deal with this.
Class DF116_c6b0f8e574a21dc183d6ef2881c18e6bf9a8a0a0:
Deals with search boxes. It deals with the creation of search boxes for looting.
Methods in class DF116_c6b0f8e574a21dc183d6ef2881c18e6bf9a8a0a0:
When the function DF116_373a92daffa087b51b0701fca127f075486c292f(true, true); pops up with nothing found.
DF116_373a92daffa087b51b0701fca127f075486c292f(true, false); gives found nothing messages too.
DF116_373a92daffa087b51b0701fca127f075486c292f(false, true); gives Null pointer error.
DF116_373a92daffa087b51b0701fca127f075486c292f(true); Nothing I can use.
DF116_373a92daffa087b51b0701fca127f075486c292f(true); gives a NullPointer Error
Class DFHUD:
This class deals with player hud of dead frontier.
Methods in class DFHUD:
DFHUD.DF116_d776a8b381cabf72d53e5f209b855bbb8d27fa7f(DF116_c1c2a3ce805a117a7936e41098355638a842d791.DF116_69e5be1cb6cde9a60aa6cab4b43d2da0e757627af(), 2); is used in DF116_373a92daffa087b51b0701fca127f075486c292f for randomly selecting which nothing found msg to display.
DFHUD.DF116_d776a8b381cabf72d53e5f209b855bbb8d27fa7f("Hello I am cool", 2); Prints the msg Hello I am Cool to the screen.
Class Detonator:
Is used to make visual explosion effects.
Class DF116_1484536d73fc5d68c45e0bd88a64ed25d61801c9:
Directly related to the player.
DF116_1484536d73fc5d68c45e0bd88a64ed25d61801c9.expOn = false; disables the player exp.
Class DF116_160b5094479abb5af60cf179aaf1d105619818eb:
Possibly the weather system.
SmartFox Classes:
Smartfox which is an mmo unity plugin that connects to the server. SFSMultiplayer and SmartFoxHandler deal with this.


My wasteland is kinda full of Things xD