- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMap.java
More file actions
Latest commit
17 lines (13 loc) · 437 Bytes
/
Copy pathMap.java
File metadata and controls
17 lines (13 loc) · 437 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Decompiled by DJ v3.10.10.93 Copyright 2007 Atanas Neshkov Date: 3/17/2023 10:53:31 AM
// Home Page: http://members.fortunecity.com/neshkov/dj.html http://www.neshkov.com/dj.html - Check often for new version!
// Decompiler options: packimports(3)
// Source File Name: Map.java
importjava.util.Vector;
publicclassMap
{
publicMap()
{
}
publicIntegerzoneId;
publicVectormyLocation;
}