mirror of
https://github.com/2006Scape-Scripts/ParaScript.git
synced 2026-07-03 00:38:36 +00:00
spacing
This commit is contained in:
@@ -5,7 +5,7 @@ import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
||||
public enum Npcs {
|
||||
MAN_WOMAN("Man & Woman", new int[]{1,2,3,4}, 8); // Man and Woman
|
||||
MAN_WOMAN("Man & Woman", new int[]{1, 2, 3, 4, 5, 6}, 8); // Man and Woman
|
||||
|
||||
private String name;
|
||||
private int[] ids;
|
||||
|
||||
Reference in New Issue
Block a user