Need help?
Create a topic in the appropriate section
Don't write everything in the chat!Take a look at the marketplace
There you can buy
everything related to game serversDon't want a ban?
Please read our rules
Don't disturb the order!Sell or buy?
Use services of the guarantor
We will make your deal safe
- 0
-
Our picks
Всем привет!
Разрабатываю несколько модов и есть желание сделать между ними связь для расширения их функционала.
Возник вопрос, можно ли как-то использовать классы/методы или переменные из одного мода в другом?
Например,
//Mod BaseMod class BaseClass{ static void TestMethod(string test) { Print(test); } } //Mod JumperMod class JumperClass{ void JumperMethod(){ BaseClass.TestMethod("test"); } }
Share this post
Link to post
Share on other sites