Add update commands for cost configs

Part of #6
This commit is contained in:
zontreck 2025-06-07 13:47:46 -07:00
parent 8d875653e0
commit c269066a26
5 changed files with 213 additions and 7 deletions

View file

@ -147,6 +147,7 @@ namespace AriasServerUtils
warp,
setwarp,
delwarp,
setwarpmount,
spawn,
back,
rtp
@ -161,7 +162,10 @@ namespace AriasServerUtils
{ CostType.setwarp, 5 },
{ CostType.warp, 1 },
{ CostType.delwarp, 5 },
{ CostType.spawn, 0 }
{ CostType.setwarpmount, 0 },
{ CostType.spawn, 0 },
{ CostType.back, 0 },
{ CostType.rtp, 0 }
};
/// <summary>