From 6400b18210587cb25b475bc2d3979b9a6da5eda4 Mon Sep 17 00:00:00 2001 From: Goblin911 Date: Mon, 26 Aug 2013 09:15:50 +0800 Subject: init --- client/Piztor/src/com/macaroon/piztor/ResLocation.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 client/Piztor/src/com/macaroon/piztor/ResLocation.java (limited to 'client/Piztor/src/com/macaroon/piztor/ResLocation.java') diff --git a/client/Piztor/src/com/macaroon/piztor/ResLocation.java b/client/Piztor/src/com/macaroon/piztor/ResLocation.java new file mode 100644 index 0000000..eb90840 --- /dev/null +++ b/client/Piztor/src/com/macaroon/piztor/ResLocation.java @@ -0,0 +1,18 @@ +package com.macaroon.piztor; + +import java.util.Vector; + +//--------------------------------------// +// Location Info // +//--------------------------------------// + +public class ResLocation extends Res{ + Vector l; //vector for location info + int n; //number of location info + + ResLocation(int num,Vector locationvec){ + super(3,255); //for type 3 + l = locationvec; + n = num; + } +} \ No newline at end of file -- cgit v1.2.3