Add cost functions to commands

Part of #6
This commit is contained in:
zontreck 2025-06-07 13:04:22 -07:00
parent ced16d9fb9
commit 6b6e2af0fc
6 changed files with 179 additions and 32 deletions

View file

@ -2,17 +2,13 @@ using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Numerics;
using AriasServerUtils;
using Microsoft.Win32.SafeHandles;
using Vintagestory.API.Common;
using Vintagestory.API.Common.Entities;
using Vintagestory.API.Config;
using Vintagestory.API.MathTools;
using Vintagestory.API.Server;
using Vintagestory.GameContent;
namespace AriasServerUtils;
public class RTPFactory
{