RuneHive-Game
Loading...
Searching...
No Matches
ThirdObjectClick.java
Go to the documentation of this file.
1package com.runehive.content.event.impl;
2
3import com.runehive.game.world.object.GameObject;
4
6
7 public ThirdObjectClick(GameObject object) {
8 super(InteractionType.THIRD_CLICK_OBJECT, object, 2);
9 }
10
11}
ObjectInteractionEvent(InteractionType type, GameObject object, int opcode)