Universe.Physics.BulletSPlugin.BulletShape.Clone C# (CSharp) Method

Clone() public method

public Clone ( ) : BulletShape
return BulletShape
        public virtual BulletShape Clone()
        {
            return new BulletShape();
        }