Пример #1
0
 public FeedingPostModel AddFeedingPost(GameObject feed_post)
 {
     return(m_HomeManager.AddDynamicObject(feed_post));
 }