GuiInventory.Update C# (CSharp) Method

Update() public method

public Update ( ) : void
return void
    void Update()
    {
    }

Usage Example

Beispiel #1
0
 public void UpdateGuis()
 {
     guiHUD.Update();
     guiInventory.Update();
 }