mirror of
https://github.com/Facepunch/sbox-public.git
synced 2026-08-01 16:28:36 -04:00
8 lines
132 B
C#
8 lines
132 B
C#
namespace Facepunch.InteropGen;
|
|
|
|
[TypeName( "int" )]
|
|
public class ArgInt : Arg
|
|
{
|
|
public override string ManagedType => "int";
|
|
}
|