mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-03-12 17:16:29 +00:00
mistake
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
public class WeaponInfo
|
namespace WeaponPaints
|
||||||
|
{
|
||||||
|
public class WeaponInfo
|
||||||
{
|
{
|
||||||
public int Paint { get; set; }
|
public int Paint { get; set; }
|
||||||
public int Seed { get; set; } = 0;
|
public int Seed { get; set; } = 0;
|
||||||
@@ -27,3 +29,4 @@ public class KeyChainInfo
|
|||||||
public float OffsetZ { get; set; }
|
public float OffsetZ { get; set; }
|
||||||
public uint Seed { get; set; }
|
public uint Seed { get; set; }
|
||||||
}
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user