public void ThrowNewObject(int stdId, string desc, string ext, Vector3 location) { int svrId = ItemStorage.NewItem(stdId, desc, ext); ThrownOutItem t = new ThrownOutItem(svrId, location); Items.Add(t); SendAddMessage(t); }