mirror of
https://github.com/ACEmulator/ACE
synced 2026-08-17 12:26:06 -04:00
9 lines
134 B
C#
9 lines
134 B
C#
|
|
namespace ACE.Server.Physics
|
||
|
|
{
|
||
|
|
public class ScriptAndModData
|
||
|
|
{
|
||
|
|
public float Mod;
|
||
|
|
public int ScriptID;
|
||
|
|
}
|
||
|
|
}
|