Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: basic structure of logic #11

Merged
merged 19 commits into from
Oct 28, 2023
Merged

feat: basic structure of logic #11

merged 19 commits into from
Oct 28, 2023

Conversation

panxuc
Copy link
Member

@panxuc panxuc commented Oct 21, 2023

Descriptions of this pull request:

No additional description.

@TCL606
Copy link
Member

TCL606 commented Oct 26, 2023

没有 Main 函数,以及没有实现接口

{
get
{
lock (objOfShipReaderWriterLock)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个是来自于去年的错误,要么采用lock(object)的方式,要么采用ReaderWriterLockSlim的方法EnterReadLock()及ExitReadLock(),写入类似

@shangfengh
Copy link
Member

建议可以上传初版规则

asdawej and others added 7 commits October 26, 2023 23:51
- revise ObjOfShipReaderWriterLock to ObjOfShipLock
- revise ActionLock to actionLock in Ship.cs
- add GameObj of Areas
- add AreaFactory
- adjust the switch-expr of other factories
Ships can move now (probably)
@DragonAura DragonAura merged commit 895c19d into eesast:dev Oct 28, 2023
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants