diff src/alice/datasegment/Receiver.java @ 190:a85ff8dc16c1 working

add Object data
author one
date Thu, 07 Mar 2013 21:27:00 +0900
parents 38d6a10be9c6
children b4ca7f75e6b2
line wrap: on
line diff
--- a/src/alice/datasegment/Receiver.java	Thu Mar 07 12:31:05 2013 +0900
+++ b/src/alice/datasegment/Receiver.java	Thu Mar 07 21:27:00 2013 +0900
@@ -19,6 +19,7 @@
 	public InputDataSegment ids;
 	public int index;
 	public Value val;
+	public Object obj;
 	public String from;
 	public CommandType type;