Code cleanup
This commit is contained in:
parent
b2c0934f07
commit
e1b146ee1e
@ -94,7 +94,6 @@ internal sealed unsafe class InterruptHandler : IDisposable
|
|||||||
[FieldOffset(6)] public ushort Value;
|
[FieldOffset(6)] public ushort Value;
|
||||||
|
|
||||||
public byte AttackType => (byte)(Param1 & 0xF);
|
public byte AttackType => (byte)(Param1 & 0xF);
|
||||||
public uint Damage => Mult == 0 ? Value : Value + ((uint)ushort.MaxValue + 1) * Mult;
|
|
||||||
|
|
||||||
public override string ToString()
|
public override string ToString()
|
||||||
{
|
{
|
||||||
|
@ -19,7 +19,7 @@ using Quest = Questionable.Model.Quest;
|
|||||||
|
|
||||||
namespace Questionable.Controller;
|
namespace Questionable.Controller;
|
||||||
|
|
||||||
internal sealed class QuestController : MiniTaskController<QuestController>, IDisposable
|
internal sealed class QuestController : MiniTaskController<QuestController>
|
||||||
{
|
{
|
||||||
private readonly IClientState _clientState;
|
private readonly IClientState _clientState;
|
||||||
private readonly GameFunctions _gameFunctions;
|
private readonly GameFunctions _gameFunctions;
|
||||||
|
Loading…
Reference in New Issue
Block a user