using System; [Serializable] public enum ShaftsScreenBlendMode { Screen = 0, Add = 1 }