TrainCarts/API/SignAction/17 [en]

From BergerHealer Wiki
Jump to navigation Jump to search
(Importing a new version from external source)
(No difference)

Revision as of 12:32, 3 September 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (TrainCarts/API/SignAction)
@Override
   public void onLoad() {
       // Register the signs
       SignAction.register(signActionWelcome);
   }

@Override

   public void onEnable() {
       // Register the signs
       SignAction.register(signActionWelcome);
   }