Grabacr07.KanColleWrapper.Materials.Update C# (CSharp) Method

Update() private method

private Update ( int source ) : void
source int
return void
        private void Update(int[] source)
        {
            if (source != null && source.Length == 4)
            {
                this.Fuel = source[0];
                this.Ammunition = source[1];
                this.Steel = source[2];
                this.Bauxite = source[3];
            }
        }

Same methods

Materials::Update ( kcsapi_material source ) : void