Creating a config in C#
Discussion in 'Rust Development' started by LaserHydra, Jun 4, 2015.
-
Everyone codes differently so we each have our own styles. Just pick one of the ways you understand and go with that.
-
ok
-
ok I just found it in the docs - idk seems like old docs site or something like that (or maybe its the new one idk im confused as there is also the github docs)
http://docs.oxidemod.org/rust/?csharp#configurations -
Wulf Community Admin
It's the same docs. -
umm okay ^^
Because they looked different also those githubpage/rust etc didnt work
[DOUBLEPOST=1433886040][/DOUBLEPOST]So to come back to the subject:
So the basic config setting is simply:
Code:Config["Var"] = "Value";
Last edited by a moderator: Jun 9, 2015
