source:
OniSplit/Totoro/AttackExtent.cs@
1114
Last change on this file since 1114 was 1114, checked in by , 5 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.