This website requires JavaScript.
Explore
Help
Register
Sign In
sandvich
/
SupaLidlGame
mirror of
https://github.com/humanoidsandvichdispenser/SupaLidlgame
Watch
1
Star
0
Fork
You've already forked SupaLidlGame
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
87b189f779
SupaLidlGame
/
Characters
/
Thinkers
/
Thinker.cs
10 lines
115 B
C#
Raw
Normal View
History
Unescape
Escape
refactor file scoped namespace
2023-06-03 18:21:46 -07:00
namespace
SupaLidlGame.Characters.Thinkers
;
public
class
Thinker
init
2022-11-10 20:29:53 -08:00
{
refactor file scoped namespace
2023-06-03 18:21:46 -07:00
public
virtual
void
Think
(
)
init
2022-11-10 20:29:53 -08:00
{
}
}