AIsOfCatan.MapScreen.InsertLogEvent C# (CSharp) Метод

InsertLogEvent() приватный Метод

private InsertLogEvent ( string logText ) : void
logText string
Результат void
        private void InsertLogEvent(string logText)
        {
            GUIBufferTextBlock textB = new GUIBufferTextBlock(new Vector2(0,-25)) {Text = logText};
            gamelog.AddToList(textB);
        }