Пример #1
0
        private void InsertLogEvent(string logText)
        {
            GUIBufferTextBlock textB = new GUIBufferTextBlock(new Vector2(0, -25))
            {
                Text = logText
            };

            gamelog.AddToList(textB);
        }
Пример #2
0
 private void InsertLogEvent(string logText)
 {
     GUIBufferTextBlock textB = new GUIBufferTextBlock(new Vector2(0,-25)) {Text = logText};
     gamelog.AddToList(textB);
 }