mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-23 04:23:04 +00:00
remove WorldStatsWindow script
This commit is contained in:
parent
2a3374f6c2
commit
6eb48ad5f3
2 changed files with 0 additions and 47 deletions
|
@ -1,36 +0,0 @@
|
|||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace SanAndreasUnity.UI {
|
||||
|
||||
public class WorldStatsWindow : PauseMenuWindow {
|
||||
|
||||
|
||||
WorldStatsWindow() {
|
||||
|
||||
// set default parameters
|
||||
|
||||
this.windowName = "World stats";
|
||||
this.windowRect = new Rect(10, 10, 250, 330);
|
||||
|
||||
}
|
||||
|
||||
void Start () {
|
||||
|
||||
this.RegisterButtonInPauseMenu ();
|
||||
|
||||
}
|
||||
|
||||
|
||||
protected override void OnWindowGUI ()
|
||||
{
|
||||
|
||||
if (Behaviours.World.Cell.Instance != null) {
|
||||
Behaviours.World.Cell.Instance.showWindow (this.WindowId);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
fileFormatVersion: 2
|
||||
guid: a86af676e111c4861b8e0f454c7cb025
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 9050
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Loading…
Reference in a new issue