Ejemplo n.º 1
0
 private void OnPartyMoveEvent(PartyMoveEvent pme)
 {
 }
Ejemplo n.º 2
0
    // Declare member variables here. Examples:
    // private int a = 2;
    // private string b = "text";

    // Called when the node enters the scene tree for the first time.
    public override void _Ready()
    {
        PartyMoveEvent.RegisterListener(OnPartyMoveEvent);
    }