2026-04-13 스킬시스템 진행중
This commit is contained in:
@@ -44,8 +44,5 @@ public class Item : UseableEntry
|
||||
public float IntervalDamage;
|
||||
public float IntervalDamageTime;
|
||||
|
||||
public override void Use()
|
||||
{
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
public override IUseableRuntime CreateRuntime() => new ItemInstance(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user