Changeset 7306 for 2016/24/OliverK/ball/ball/ball/ball.cs
- Timestamp:
- 2016-06-14 15:01:09 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2016/24/OliverK/ball/ball/ball/ball.cs
r7287 r7306 9 9 public class ball : PhysicsGame 10 10 { 11 12 PhysicsObject pelaaja1; 13 11 14 public override void Begin() 12 15 { … … 20 23 } 21 24 25 26 27 22 28 } 29 30 31
Note: See TracChangeset
for help on using the changeset viewer.