Evolution_War.Gun.Gun C# (CSharp) Method

Gun() protected method

protected Gun ( Ship pOwner ) : System
pOwner Ship
return System
        protected Gun(Ship pOwner)
        {
            Owner = pOwner;
        }