r2mods/ilspy_dump/ror2_csproj/EntityStates.Railgunner.Scope/WindUpScopeLight.cs

10 lines
174 B
C#

namespace EntityStates.Railgunner.Scope;
public class WindUpScopeLight : BaseWindUp
{
protected override BaseActive GetNextState()
{
return new ActiveScopeLight();
}
}