Nothing.GetPrefab C# (CSharp) Method

GetPrefab() public method

public GetPrefab ( ) : GameObject
return GameObject
    public override GameObject GetPrefab()
    {
        return null;
    }