RuneHive-Game
Loading...
Searching...
No Matches
FirstObjectClick.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 FirstObjectClick(GameObject object) {
8 super(InteractionType.FIRST_CLICK_OBJECT, object, 0);
9 }
10
11}
ObjectInteractionEvent(InteractionType type, GameObject object, int opcode)