This website requires JavaScript.
Explore
Help
Sign In
caleb-brown
/
unity-atoms
Watch
1
Star
0
Fork
0
You've already forked unity-atoms
mirror of
https://github.com/unity-atoms/unity-atoms.git
synced
2025-01-24 09:08:23 -05:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
unity-atoms
/
Source
/
Variables
/
IWithOldValue.cs
8 lines
103 B
C#
Raw
Normal View
History
Unescape
Escape
First commit
2018-10-30 20:05:06 +01:00
namespace
UnityAtoms
{
public
interface
IWithOldValue
<
T
>
{
T
OldValue
{
get
;
}
}
Unified line endings * Unified all line endings in project to align with .editorconfig; all end-of-line characters have been set to LF and new-lines placed at the end of every file if not present.
2019-04-07 11:10:09 +02:00
}
Reference in New Issue
Copy Permalink