source:
advance-wars/src/com/example/game/Player.java@
54e0965
Last change on this file since 54e0965 was 15ddb57, checked in by , 14 years ago | |
---|---|
|
|
File size: 113 bytes |
Line | |
---|---|
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.