XCom.Type3File.Type3File C# (CSharp) Method

Type3File() public method

public Type3File ( Type3Descriptor desc ) : System
desc Type3Descriptor
return System
		public Type3File(Type3Descriptor desc):base(desc)
		{
			images = new int[]{0,1,2,3,4,5,6,7};

			deathImages = new int[]{8,9,10};
		}