source:
OniSplit/Totoro/AttackExtent.cs@
1127
Last change on this file since 1127 was 1114, checked in by , 5 years ago | |
---|---|
File size: 210 bytes |
Rev | Line | |
---|---|---|
[1114] | 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.