Summary

public virtual object ModelStorage { get; set; }

Used by game to store model here. In game this is always of type MyModel. Implementation should only store and return passed object.

Returns

object