Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Add isValid check
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypatech committed Sep 25, 2021
1 parent 76fbb37 commit 3ac553e
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ULTRAKIT.Lua/API/Abstract/UKProxy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ public abstract class UKProxy<T>
where T : class
{
protected T target;
public bool isValid => target != null;

public UKProxy(T target)
{
Expand Down
Binary file modified build/ULTRAKIT.Core.dll
Binary file not shown.
Binary file modified build/ULTRAKIT.Loader.dll
Binary file not shown.
Binary file modified build/ULTRAKIT.Lua.dll
Binary file not shown.
Binary file modified build/ULTRAKIT.dll
Binary file not shown.

0 comments on commit 3ac553e

Please sign in to comment.