source: java/main/src/main/java/com/framsticks/model/World.java @ 77

Last change on this file since 77 was 77, checked in by psniegowski, 11 years ago

Add new java codebase.

File size: 385 bytes
Line 
1package com.framsticks.model;
2
3public class World {
4
5        public Integer wrldbnd;
6        public Double wrldwat;
7        public String faces;
8
9
10        /*
11        public static ReflectionAccess createReflection()
12        {
13                return ReflectionAccess.create(new World(),
14                                "World, 1, 3, World",
15                                "wrldbnd, 0, 0, World boundary, d, 0",
16                                "wrldwat, 0, 0, World water, f, 0",
17                                "faces, 0, 0, Faces, s, 0"
18                        );
19        }
20        */
21}
Note: See TracBrowser for help on using the repository browser.