CSGOTriggerbot.CSGOClasses.BaseEntity.BaseEntity C# (CSharp) Метод

BaseEntity() публичный Метод

public BaseEntity ( int address ) : System
address int
Результат System
        public BaseEntity(int address)
            : base(address)
        {
            this.iClassID = 0;
            this.iClientClass = 0;
            this.szClassName = "<none>";
        }

Same methods

BaseEntity::BaseEntity ( BaseEntity copyFrom ) : System