remove WorldStatsWindow script

This commit is contained in:
in0finite 2021-02-20 16:21:01 +01:00
parent 2a3374f6c2
commit 6eb48ad5f3
2 changed files with 0 additions and 47 deletions

View file

@ -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);
}
}
}
}

View file

@ -1,11 +0,0 @@
fileFormatVersion: 2
guid: a86af676e111c4861b8e0f454c7cb025
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 9050
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: