source:
advance-wars/src/com/example/game/Player.java@
a79ce1b
Last change on this file since a79ce1b was 15ddb57, checked in by , 14 years ago | |
---|---|
|
|
File size: 113 bytes |
Rev | Line | |
---|---|---|
[15ddb57] | 1 | package com.example.game; |
2 | ||
3 | public class Player { | |
4 | public Player() | |
5 | { | |
6 | ||
7 | } | |
8 | ||
9 | public String Name; | |
10 | ||
11 | } |
Note:
See TracBrowser
for help on using the repository browser.