mirror of
https://github.com/ACEmulator/ACE
synced 2026-08-17 12:26:06 -04:00
8 lines
115 B
C#
8 lines
115 B
C#
|
|
namespace ACE.Server.Physics
|
||
|
|
{
|
||
|
|
public class PhysicsScript
|
||
|
|
{
|
||
|
|
public PhysicsScriptData Data;
|
||
|
|
}
|
||
|
|
}
|