增加不允许判断
parent
f2be8723ef
commit
eb8556be59
|
|
@ -17,7 +17,7 @@ namespace Framework
|
|||
get
|
||||
{
|
||||
#if UNITY_EDITOR
|
||||
if (_tables == null)
|
||||
if (_tables == null && !Application.isPlaying)
|
||||
{
|
||||
_tables = EditorTableManager.instance.tables;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue