November 14, 20178 yr Hey Does anyone know if it is possible to make it so when WRobot reads your XML file, it will not create the /* * SETTINGS */ [Serializable] part of the code? Reason: I am writing it manually into the fightclass editor under additional C#
November 15, 20178 yr Hello, if you use the same setting class name , C# will select your class (because "additional c#" code is added in class "Main") and ignore default setting class.
November 15, 20178 yr Author 8 hours ago, Droidz said: Hello, if you use the same setting class name , C# will select your class (because "additional c#" code is added in class "Main") and ignore default setting class. Alright, that's what i guessed. However, just want to point out that it will spit out duplicate entry, if you do any other CS error in your code. :) Thansk for the answer Droidz! :)
Create an account or sign in to comment