Importing a variable from within a command in another class.

Discussion in 'Plugin Development' started by SirMonkeyFood, Mar 2, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    SirMonkeyFood

  2. Offline

    Skionz

  3. In target class:
    public void import(String example)

    In main class:
    targetclass.import("this will be exported to target class");
     
Thread Status:
Not open for further replies.

Share This Page