source:
OniSplit/Totoro/AttackExtent.cs@
1187
| Last change on this file since 1187 was 1114, checked in by , 6 years ago | |
|---|---|
| File size: 210 bytes | |
| Line | |
|---|---|
| 1 | using System; |
| 2 | |
| 3 | namespace Oni.Totoro |
| 4 | { |
| 5 | internal class AttackExtent |
| 6 | { |
| 7 | public float Angle; |
| 8 | public float Length; |
| 9 | public float MinY; |
| 10 | public float MaxY; |
| 11 | } |
| 12 | } |
Note:
See TracBrowser
for help on using the repository browser.
