mirror of
https://github.com/ACEmulator/ACE
synced 2026-08-17 12:26:06 -04:00
* Adding support for new recipe formats * hotspot / corpse fixes * tinkering updates * adding tinkering local broadcasts * line endings * updating for World DB 0.7.14 * reverting * fixing item tinkering value
9 lines
161 B
C#
9 lines
161 B
C#
namespace ACE.Server.Entity
|
|
{
|
|
public class RecipePrecursor
|
|
{
|
|
public uint Tool;
|
|
public uint Target;
|
|
public uint RecipeID;
|
|
}
|
|
}
|