7 lines
112 B
C#
7 lines
112 B
C#
|
public class AIInput : ShootInputBase
|
||
|
{
|
||
|
public override bool IsShooting()
|
||
|
{
|
||
|
return true;
|
||
|
}
|
||
|
}
|