This is the AMP version of this page.
If you want to load the real page instead, click this text.

Help! Can I do with Field what I can do with Method?

AmateurHacker

Platinian
FİELD

public static System.Collections.Generic.Dictionary<System.UInt32,TimeRange> m_ForbiddenSkinsDict;

METHOD

public static System.Boolean IsForbiddenSkins(System.UInt32 skinid);

Hello, I can select banned costumes when I return false with IsForbiddenSkins. So How Can I Do This With Fields?