Пример #1
0
    void Init()
    {
      sqlLibrary = Interface.Oxide.GetLibrary<Core.MySql.Libraries.MySql>();
      sqlConnection = sqlLibrary.OpenDb("localhost", 3306, "umod", "username", "password", this);

      CurrencyAmountPerKill = 50;
    }