mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Gladius II Origin PNK
This commit is contained in:
@@ -297,4 +297,20 @@
|
|||||||
return 3;
|
return 3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public class GladiusIIOriginPink : GladiusIIOrigin
|
||||||
|
{
|
||||||
|
public GladiusIIOriginPink() : base(0x18CD, "mi_02")
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
public override string GetDisplayName()
|
||||||
|
{
|
||||||
|
return "Gladius II Origin";
|
||||||
|
}
|
||||||
|
public override int ProfileCount()
|
||||||
|
{
|
||||||
|
return 3;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user